DomainObjects Class Library

TableExpressionQuery<ClassToFind>.AddUnion Method 

Unions the given query with this query using the 'UNION' SQL clause.

public void AddUnion(
   IQuery<ClassToFind> query
);

Parameters

query
The query to union with this query.

Implements

IQuery<ClassToFind>.

See Also

TableExpressionQuery<ClassToFind> Class | DomainObjects.Facade.Command Namespace